home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / sd.dir / 00100_dont-rollover.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  156 b   |  11 lines

  1. on mouseDown
  2.   if hPressButton() then
  3.     go("Main")
  4.     initPuzzle()
  5.     initBin()
  6.     fillBin()
  7.     PlaceBinPieces()
  8.     PlacePuzzlePieces()
  9.   end if
  10. end
  11.